label: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 00:47:58 +0000 (19:47 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000 (16:37 +0000)
gtk/gtklabel.c

index d87d02b9692182c6c181d3033b40b7076ac4e987..1daf370fcbdcdaaa4e8db9c0a11660212245d96d 100644 (file)
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * label
  * ├── [selection]
  * ├── [link]
  * ┊
  * ╰── [link]
- * ]|
+ * ```
  *
  * `GtkLabel` has a single CSS node with the name label. A wide variety
  * of style classes may be applied to labels, such as .title, .subtitle,